The U dimension of the 2D grid.
The V dimension of the 2D grid.
The minimum value of U component of the 2D grid.
The maximum value of U component of the 2D grid.
PolarDataSeries3D<TPolar,THeight> Constructor
Initializes a new instance of the PolarDataSeries3D<TPolar,THeight> class.
Syntax
public PolarDataSeries3D<TPolar,THeight>( 
   int uCount,
   int vCount,
   double uMin,
   double uMax
)

Parameters

uCount
The U dimension of the 2D grid.
vCount
The V dimension of the 2D grid.
uMin
The minimum value of U component of the 2D grid.
uMax
The maximum value of U component of the 2D grid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also